func github.com/go-pg/pg/v10/orm.appendUniqueConstraints

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table_create.go#L111: 	b = appendUniqueConstraints(b, table)
		table_create.go#L173: func appendUniqueConstraints(b []byte, table *Table) []byte {